"windows 96" shadcn/ui theme

retro-futurism
cyberpunk-light
vibrant-colors
dynamic-contrast
immersive-theme
modern-retro
duality-of-light-dark
90s-aesthetic
functional-design
emotive-colors

Shadcn/ui Theme Css Variables

name: Retro Cyberkeyword: windows 96 views: 20

:root {
  --background: 230 40% 90%;
  --foreground: 240 10% 20%;
  --card: 230 40% 95%;
  --card-foreground: 240 10% 20%;
  --popover: 230 40% 95%;
  --popover-foreground: 240 10% 20%;
  --primary: 200 90% 50%;
  --primary-foreground: 230 40% 90%;
  --secondary: 300 70% 60%;
  --secondary-foreground: 230 40% 90%;
  --muted: 230 30% 85%;
  --muted-foreground: 240 10% 40%;
  --accent: 60 90% 60%;
  --accent-foreground: 240 10% 20%;
  --destructive: 0 90% 60%;
  --destructive-foreground: 230 40% 90%;
  --border: 240 10% 20%;
  --input: 230 30% 85%;
  --ring: 200 90% 50%;
  --radius: 0.75rem;
  --chart-1: 200 90% 50%;
  --chart-2: 300 70% 60%;
  --chart-3: 60 90% 60%;
  --chart-4: 0 90% 60%;
  --chart-5: 240 10% 20%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 230 40% 90%;
  --card: 240 10% 15%;
  --card-foreground: 230 40% 90%;
  --popover: 240 10% 15%;
  --popover-foreground: 230 40% 90%;
  --primary: 200 90% 50%;
  --primary-foreground: 240 10% 10%;
  --secondary: 300 70% 60%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 10% 20%;
  --muted-foreground: 230 40% 90%;
  --accent: 60 90% 60%;
  --accent-foreground: 240 10% 10%;
  --destructive: 0 90% 60%;
  --destructive-foreground: 240 10% 10%;
  --border: 230 40% 90%;
  --input: 240 10% 20%;
  --ring: 200 90% 50%;
  --radius: 0.75rem;
  --chart-1: 200 90% 50%;
  --chart-2: 300 70% 60%;
  --chart-3: 60 90% 60%;
  --chart-4: 0 90% 60%;
  --chart-5: 230 40% 90%;
}